home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Tools / Win95 Secrets / SETUP.Z / PHYSTK.THK < prev    next >
Encoding:
Text File  |  1995-07-19  |  316 b   |  16 lines

  1. //==================================
  2. // PHYS - Matt Pietrek 1995
  3. // FILE: PHYSTK.THK
  4. //==================================
  5.  
  6. enablemapdirect3216 = true;     // Creates 32->16 thunks
  7.  
  8. #include "types.h"
  9.  
  10. WORD GetRing0Callgate( DWORD addr, unsigned cParams );
  11.  
  12. BOOL FreeRing0Callgate( WORD callgate );
  13.  
  14.  
  15.  
  16.